Package-level declarations

Types

Link copied to clipboard

This category of errors is the result of an error occurring during the authentication step with the financial institution

Link copied to clipboard
sealed class ErrorStatus

The ErrorStatus describes the category for the error that occurred.

Link copied to clipboard
data class TinkError(val code: ErrorStatus, val errorStatus: String?, val errorReason: String?, val trackingId: String?, val errorDescription: String?, val errorType: String? = null, val credentials: String? = null, val providerName: String? = null, val paymentRequestId: String? = null)

Tink non-recoverable error.